chore(maintenance): fix CI and add node build action - #168
Merged
Conversation
oleksandr-nc
force-pushed
the
chore/update-workflow-files
branch
3 times, most recently
from
July 31, 2026 10:16
b76c33e to
1dbbd60
Compare
phpunit-mysql and phpunit-pgsql hardcoded php 8.2 against server master. Nextcloud 35 requires php 8.3 or later, so both have been failing on main with "This version of Nextcloud requires at least PHP 8.3". They now derive the php and server versions from appinfo/info.xml the way phpunit-sqlite already does, so they cannot drift out of range again. No workflow compiled the frontend on pull requests. Only the release workflow ran npm run build, so a dependency update that broke the build would pass every check and only fail at release time. Added the org template node.yml, whose paths filter includes package-lock.json. The stylelint patterns were unquoted, so the shell expanded them and only 7 of the 21 .vue files were linted. All 21 pass once stylelint expands the globs itself. composer.json declared no license, which composer validate warns about. Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
oleksandr-nc
force-pushed
the
chore/update-workflow-files
branch
from
July 31, 2026 10:25
1dbbd60 to
af7a7be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.